In [1]:
from IPython.display import display, Image, HTML
from talktools import website, nbviewer
In [2]:
import frontmatter
In [3]:
frontmatter.whoami()
In [4]:
frontmatter.logos()
IPython is an open source, interactive computing environment.
In [5]:
website('ipython.org')
Out[5]:
In [6]:
Image('images/ipython_console.png')
Out[6]:
IPython.parallel
with an undergraduate student from Santa Clara University, Min Ragan-Kelley.IPython.kernel
and the QtConsole.
In [7]:
Image('images/ipython_qtconsole.png')
Out[7]:
IPython.parallel
.From 2005-2011, we also made numerous failed attempts to build the IPython Notebook. We learned lots of important lessons in software engineering along the way.
In [8]:
import ipythonproject
In [9]:
ipythonproject.core_devs()
In [10]:
%load_ext load_style
In [11]:
%load_style talk.css
In [ ]: